home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / comms_w / tsync1_4.zip / README.TXT < prev    next >
Text File  |  1994-01-11  |  3KB  |  74 lines

  1.  
  2.                                TIMESYNC
  3.  
  4. DESCRIPTION:
  5.  
  6.   Timesync is a simple winsock app that sets your PC's clock to match the 
  7. time on a remote host.  The remote host must be provide the Unix time 
  8. service on port 37 (timesync does NOT use NTP).  This should make the time 
  9. setting accurate to 1 second.  
  10.  
  11.   The host you get the time from should be a local machine (preferrably with
  12. accurate time set via something like NTP). Timesync makes no adjustments for
  13. network or cpu delays.  It simply gets the time, sets the clock, and exits.
  14.  
  15. TERMS OF USE:
  16.  
  17.   This application is released into the Public Domain for no charge.
  18.  
  19. AUTHOR:
  20.  
  21.    Brad Greer                                     brad@cac.washington.edu
  22.    University of Washington
  23.    Networks and Distributed Computing
  24.  
  25. LOCATION:
  26.  
  27.    The most current version of Timesync should be anonymously ftp'able
  28. from ftphost.cac.washington.edu:/pub/winsock.
  29.  
  30. CHANGE LOG:
  31.  
  32.   1.4 - system time and date are set according to you International 
  33.         Control Panel settings. Program runs under NT, but doesn't change
  34.         the system time (the VB library does not understand the NT api).
  35.  
  36.   1.3 - time and date are now displayed as per your Windows International 
  37.         settings.  The offset from GMT can be set to negative values via the
  38.         configuration menu.
  39.  
  40.   1.2 - not released.
  41.  
  42.   1.1 - fixed wrong version number request during Winsock Initialization. 
  43.         This allowed timesync to now work with Trumpet Winsock #17/#18 (and
  44.         probably others).
  45.  
  46.   1.0 - initial release.  Worked ok with LanWorkplace Winsock.
  47.  
  48. HOW TO INSTALL:
  49.  
  50.   1. run setup (in this directory) - this should copy all required 
  51.      files onto your harddisk.
  52.  
  53.   2. double click on the new timesync icon - this will bring up a 
  54.      configuration screen since you will not have a valid timesync.ini 
  55.      file.  If the configuratin screens reappears after you entered
  56.      all your data, it is because your winsock could not resolve the name
  57.      you entered for a timesync host.  Try again.  At worst, you may
  58.      have to use an IP number for the hostname.
  59.  
  60.      Note - The delay option was put in for when one has many PC's
  61.      that all use a cron-like program to set their clocks at the same 
  62.      time each day.   This option's random delay of 10-41 seconds will 
  63.      prevent the PC's from making their requests to simultaneously,
  64.      so the timeserver is able to handle alot more clients.  Most people
  65.      probably won't find this useful.
  66.  
  67.   3. you can then remove this directory containing the setup disk image.
  68.      You may want to keep a backup copy on a floppy. 
  69.  
  70.   If you need to change the ini settings after timesyc is configured,
  71. you can edit the timesync.ini file OR remove timesync.ini and rerun timesync 
  72. to see the configuration screen OR double click the timesync icon when it is 
  73. running (it stays on the screen for 3 seconds after it set the time).
  74.